home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Akce / Quartet / Main / GRAMMAR.SWF / scripts / DefineButton2_208 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-07-11  |  245b  |  7 lines

  1. on(press){
  2.    "_root.grammar:practiceBon"();
  3.    startDrag("_parent",1);
  4.    set("_parent._parent:target_" add eval("_parent:curTarget") add "_busy",0);
  5.    set("_parent._parent.target_" add eval("_parent:curTarget") add ":targetHost","");
  6. }
  7.